home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / amiga / arexx / t_paint / tpainter.lha / TPrexx / Blocks / TP4x4.rexx < prev    next >
OS/2 REXX Batch file  |  1995-01-23  |  663b  |  23 lines

  1. /* CF TP 4x4, current screen to swap screen 4x4 */
  2. address 'DigiPaint'
  3. 'Aoff'
  4. 'Brt6'            /* square brush */
  5. 'Bsz1'            /* small brush */
  6. 'Drre'            /* draw fill rect */
  7. 'Tron'            /* no background */
  8. 'Scis'            /* scissors */ 
  9. 'Pend' 0 0        /* top left */
  10. 'Penu' 752 480    /* bottom right */
  11. 'Bcop'            /* copy bru */
  12. 'Drre'            /* draw fill rect */
  13. 'Warp'            /* text-map mode */
  14. 'Txup'            /* 2 tile */
  15. 'Tyup'
  16. 'Txup'            /* 3 tile */
  17. 'Tyup'
  18. 'Txup'            /* 4 tile */
  19. 'Tyup'
  20. 'Swap'            /* swap screen */
  21. 'Whsc'            /* whole screen */
  22.  exit               /* bye bye */
  23.